Get
Function
This API is used to get the Format Camera's Storage page parameters.
Request Message
None.
Sample:
POST /API/IPCMaintaint/IPCDisk/Get HTTP/1.1
{
"version":"1.0",
"data":{}
}
Response Message
See Maintenance > IPCMaintenance > IPC Disk (cloud dedicated) > Range > Table 1 for parameter description.
Sample:
HTTP/1.1 200 OK
Content-Type: application/json
{
"result": "success",
"data": {"channel_info": {"CH3": {
"status": "Full",
"ip_address": "172.20.51.21",
"serial_no": "SD Card",
"disk_type": "ReadAndWriteDisk",
"total_size": 15193,
"free_size": 0,
"total_time": 60772,
"free_time": 0,
"format_enable": true
}}}
}
Error Code
See Response Messages Body and Common error_code for more information.